google.golang.org/grpc/internal/transport.bufConn.SetDeadline (method, view implemented interface methods)
9 uses
google.golang.org/grpc
server.go#L878: rawConn.SetDeadline(time.Now().Add(s.opts.connectionTimeout))
server.go#L882: rawConn.SetDeadline(time.Time{})
crypto/tls
conn.go#L138: return c.conn.SetDeadline(t)
net
dnsclient_unix.go#L165: c.SetDeadline(d)
net.go#L155: SetDeadline(t time.Time) error
net/http
server.go#L319: rwc.SetDeadline(time.Time{})
socks_bundle.go#L33: c.SetDeadline(deadline)
socks_bundle.go#L34: defer c.SetDeadline(socksnoDeadline)
socks_bundle.go#L48: c.SetDeadline(socksaLongTimeAgo)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)